home *** CD-ROM | disk | FTP | other *** search
/ STraTOS 1997 April & May / STraTOS 1 - 1997 April & May.iso / CD01 / INTERNET / SITES / LITTLE / TOOLKIT.ZIP / TOOLS / TKBUBBLE / TKBUBBLE.TXT < prev   
Encoding:
Text File  |  1996-12-04  |  1.3 KB  |  29 lines

  1. TKBUBBLE.PRG
  2. ------------
  3.  
  4. TKBUBBLE is a new addition to the toolkit software which combats
  5. problems caused by other auto-folder programs & patches taking
  6. priority over the (very) important 68040 patching code.
  7.  
  8. All you have to do is place TKBUBBLE.PRG _last_ in the auto folder
  9. and this will ensure the toolkit driver code will 'bubble' to the
  10. top of the vector list, and take priority over all the other auto
  11. folder programs. This is important to ensure 68040 cache coherency
  12. is maintained, among other things.
  13.  
  14. Always try to place TKBUBBLE as close to the end of the auto folder
  15. sequence as possible (i.e. as close to the end as you can get away
  16. with), but if you get crashes or other problems, then try moving it
  17. back one or two slots until it does work.
  18.  
  19. If you use MetaDos (or equivalent CD-Rom driver) for use with SCSI
  20. CD-Rom devices, then you should _definitely_ install the TKBUBBLE
  21. program. Make sure you DON'T put TKBUBBLE _before_ MetaDos if you
  22. have a SCSI CD-Rom, or you will have problems reading your CD's
  23.  
  24. For the technically minded, the program moves the toolkit driver's
  25. internal trap #1 and trap #14 routines to the top of the XBRA list,
  26. but the disk patches (trap #13) are left at the bottom, to prevent
  27. problems with device redirection software like disk caches and
  28. network drivers.
  29.